Class EProfileException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ECMCBadIdentityException, ECMCBadMessageCheckException, ECMCBadRequestException, ECMCPopFailedException, ECMCPopRequiredException, ECMCUnsupportedExtException, EDeferException, ERejectException

public class EProfileException extends EBaseException
This represents a generic profile exception.

This is the base class for all profile-specific exception.

Version:
$Revision$, $Date$
See Also:
  • Constructor Details

    • EProfileException

      public EProfileException(String msg)
      Creates a profile exception.
      Parameters:
      msg - additional message for the handler of the exception. The message may or may not be localized.
    • EProfileException

      public EProfileException(String msg, Throwable cause)
    • EProfileException

      public EProfileException(Throwable cause)